From 2dbf8cb67c5da93c1996c07f196674a5eb5d5e05 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 1 Oct 2002 18:09:14 +0000 Subject: [PATCH] Explain where to get expat. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@102 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gpsbabel/README b/gpsbabel/README index 76c0cd0b1..5ce18ef52 100644 --- a/gpsbabel/README +++ b/gpsbabel/README @@ -16,6 +16,18 @@ THE SOLUTION so far have taken under 200 lines of reasonable ISO C so they can be stamped out pretty trivially. +BUILDING IT + + The code should be compilable on any system with ISO C89 compilers. + It's been tested on UnixWare, OpenServer, OS/X, Linux, Solaris, and + a variety of processors and compilers. + + Libexpat is required. If you get errors about expat.h being + missing, you must either edit the Makefile to tell the compiler + where it is or install it in a sensible place. Exapt can be + downloaded from http://expat.sourceforge.net and is part of Apache + so it's very portable. + THE FORMATS GPX -- 2.30.2